projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4157826
)
* configure.in: Add case for version 5 of Esix.
author
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 02:53:53 +0000
(
02:53
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 02:53:53 +0000
(
02:53
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 681a75f71e4eb2459965bae091d5dbbe3fcdfbb4..7a721bf6d03cb9331f2b5430ec9fb42effe4403b 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-550,6
+550,7
@@
case "${configuration}" in
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
*-isc2.2 ) opsys=isc2-2 ;;
*-isc* ) opsys=isc3-0 ;;
+ *-esix5* ) opsys=esix5r4 ;;
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
*-linux* ) opsys=linux ;;